Fix submodule config name in doc The config name for allowing super project to subscribe changed from "subscribe" to "allowSuperproject", but doc was not updated accordingly. Change-Id: I411c9621120830cf9fcfc6d1d6771a8e31289570 
diff --git a/Documentation/user-submodules.txt b/Documentation/user-submodules.txt index 8f75bf1..e997529 100644 --- a/Documentation/user-submodules.txt +++ b/Documentation/user-submodules.txt 
@@ -85,7 +85,7 @@  ====  and add the following lines:  ==== - [subscribe "<superproject>"] + [allowSuperproject "<superproject>"]  refs = <refspec>  ====  where the 'superproject' should be the exact project name of the superproject.